home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 233 / Computer Shopper 233 / ComputerShopperDVD233.iso / Toolkit / System / DVD Identifier / DVD Identifier 5.0.1 Setup Database08OCT06.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-10-14  |  2.7 KB  |  57 lines

  1. ;InnoSetupVersion=5.1.7
  2. [Setup]
  3. AppName=DVD Identifier
  4. AppVerName=DVD Identifier 5.0.1
  5. AppId=DVD Identifier
  6. AppVersion=5.0.1
  7. AppPublisher=Kris Schoofs
  8. AppPublisherURL=http://DVD.Identifier.CDfreaks.com
  9. AppSupportURL=http://DVD.Identifier.CDfreaks.com
  10. AppMutex=DVD.Identifier@pi.be
  11. DefaultDirName={pf}\DVD Identifier
  12. DefaultGroupName=DVD Identifier
  13. UninstallDisplayIcon={app}\DVD Identifier.exe
  14. UninstallDisplayName=DVD Identifier
  15. UninstallFilesDir={app}\Uninst
  16. OutputBaseFilename=DVD Identifier 5.0.1 Setup [Database.08-OCT-06]
  17. Compression=lzma
  18. LicenseFile=embedded\License.rtf
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21. [Files]
  22. Source: "{app}\DVD Identifier.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\DVD Identifier.chm"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\Data\manufacturers.dat"; DestDir: "{app}\Data"; Flags: ignoreversion 
  25. Source: "{app}\Data\manufacturers_v2.dat"; DestDir: "{app}\Data"; Flags: ignoreversion 
  26. Source: "{app}\Data\manufacturers_v3.dat"; DestDir: "{app}\Data"; Flags: ignoreversion 
  27. [Dirs]
  28. Name: "{app}\Data"; 
  29. [Registry]
  30. Root: HKCU; Subkey: "Software\DVD.Identifier@pi.be"; Flags: deletekey 
  31. [Run]
  32. Filename: "{app}\DVD Identifier.exe"; Description: "{cm:LaunchProgram,DVD Identifier}"; Flags: postinstall nowait
  33. Filename: "http://dvd.identifier.cdfreaks.com"; Description: "Visit the website"; Flags: shellexec postinstall nowait
  34. [Icons]
  35. Name: "{group}\DVD Identifier"; Filename: "{app}\DVD Identifier.exe"; 
  36. Name: "{group}\DVD Identifier Help"; Filename: "{app}\DVD Identifier.chm"; 
  37. Name: "{userdesktop}\DVD Identifier"; Filename: "{app}\DVD Identifier.exe"; Tasks: desktopicon; 
  38. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\DVD Identifier"; Filename: "{app}\DVD Identifier.exe"; Tasks: quicklaunchicon; 
  39. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  40. [Tasks]
  41. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "Additional icons:"; 
  42. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "Additional icons:"; 
  43. [CustomMessages]
  44. default.NameAndVersion=%1 version %2
  45. default.AdditionalIcons=Additional icons:
  46. default.CreateDesktopIcon=Create a &desktop icon
  47. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  48. default.ProgramOnTheWeb=%1 on the Web
  49. default.UninstallProgram=Uninstall %1
  50. default.LaunchProgram=Launch %1
  51. default.AssocFileExtension=&Associate %1 with the %2 file extension
  52. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  53. [Languages]
  54. ; These files are stubs
  55. ; To achieve better results after recompilation, use the real language files
  56. Name: "default"; MessagesFile: "embedded\default.isl"; 
  57.